home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / alpha / include / asm / statfs.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  225 b   |  11 lines

  1. #ifndef _ALPHA_STATFS_H
  2. #define _ALPHA_STATFS_H
  3.  
  4. /* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't
  5.    even seem to implement statfs64 */
  6. #define __statfs_word __u32
  7.  
  8. #include <asm-generic/statfs.h>
  9.  
  10. #endif
  11.